Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps azure-kusto-ingest from 4.5.1 to 5.0.2.

Release notes

Sourced from azure-kusto-ingest's releases.

v5.0.2

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

v5.0.1

Fixed

  • Dependency issues

v5.0.0

Changed

  • [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
  • [BREAKING] Aligned the Connection String Builder keywords with the rest of the SDKs. This means that some keywords were removed, and they will no longer be parsed as part of the Connection String.
    Building the Connection String using the builder method will still work as expected.
    The following keywords have been removed:
    • msi_auth / msi_authentication
    • msi_params / msi_type
    • interactive_login
    • az_cli
  • [BREAKING] ingest_from_dataframe - Added data_format parameter. It can be None (default), 'json' or 'csv'. Based on how panda's csv serialization works, dynamic data will not be serialized correctly. By default, the data will be serialized as json to avoid this issue. However, that may break if a CSV mapping is used. Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used. Also, it is possible to pass 'csv' or 'json' to force the serialization type.

v4.6.3

  • Explicitly export members in __init__.py via __all__

v4.6.2

Fixed

  • Added py.typed markers
  • Fixed semantic error handling

4.6.1

Added

  • Support more kusto endpoints by default

Fixed

  • Better python errors when getting 401 and other http errors
Changelog

Sourced from azure-kusto-ingest's changelog.

[5.0.2] - 2025-05-30

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

[5.0.1] - 2025-03-12

Fixed

  • Dependency issues

[5.0.0] - 2025-03-10

Changed

  • [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
  • [BREAKING] Aligned the Connection String Builder keywords with the rest of the SDKs. This means that some keywords were removed, and they will no longer be parsed as part of the Connection String.
    Building the Connection String using the builder method will still work as expected.
    The following keywords have been removed:
    • msi_auth / msi_authentication
    • msi_params / msi_type
    • interactive_login
    • az_cli
  • [BREAKING] ingest_from_dataframe - Added data_format parameter. It can be None (default), 'json' or 'csv'. Based on how panda's csv serialization works, dynamic data will not be serialized correctly. By default, the data will be serialized as json to avoid this issue. However, that may break if a CSV mapping is used. Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used. Also, it is possible to pass 'csv' or 'json' to force the serialization type.

[4.6.3] - 2025-01-08

Fixed

  • Explicitly export members in __init__.py via __all__

[4.6.2] - 2025-01-07

Fixed

  • Added py.typed markers
  • Fixed semantic error handling

[4.6.1] - 2024-09-30

Added

  • Support more kusto endpoints by default

Fixed

  • Better python errors when getting 401 and other http errors
Commits
  • 535f1fc Bump version
  • 724f465 Bump version
  • 4aca349 Fix ingestion property handling in ingest_from_dataframe method (#570)
  • 140e763 Update to version 5.0.1 and fix dependency issues
  • d72e890 Try
  • b8db477 Bump version
  • bc6da29 Updated Changelog
  • 3ca2f4b Fixed bug where nested json inside pandas wouldn't be ingested correctly (#568)
  • c2e31d3 Update API version in Kusto client base to 2024-12-12 (#566)
  • e810edd Added version to kcsb.json
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure-kusto-ingest](https://github.com/Azure/azure-kusto-python) from 4.5.1 to 5.0.2.
- [Release notes](https://github.com/Azure/azure-kusto-python/releases)
- [Changelog](https://github.com/Azure/azure-kusto-python/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-python@v4.5.1...v5.0.2)

---
updated-dependencies:
- dependency-name: azure-kusto-ingest
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 19:44
@dependabot dependabot bot requested a review from nnoaman April 1, 2025 19:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/azure-kusto-ingest-5.0.2 branch April 1, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants